home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / wildhearts_stage_dive.swf / scripts / DefineSprite_101 / frame_7 / DoAction.as
Text File  |  2011-08-19  |  283b  |  5 lines

  1. var curSofa = Math.floor(rDist / sofaLength) * -1;
  2. sofaItems.push(sofaContainer.attachMovie("sofaR","sofaR",sofaContainer.getNextHighestDepth(),{_x:sofaContainer.sofaL._x + sofaContainer.sofaL._width + (curSofa + 1) * sofaLength,_y:123}));
  3. this.onEnterFrame = slideSofa;
  4. stop();
  5.